'Declaration
<DispIdAttribute(12)> Function GetCharacterCount( _ ByVal SegmentationResultID As String _ ) As Integer
[DispId(12)] int GetCharacterCount( string SegmentationResultID )
function GetCharacterCount( SegmentationResultID: String ): Integer;
DispIdAttribute(12) function GetCharacterCount( SegmentationResultID : String ) : int;
[DispId(12)] int GetCharacterCount( string* SegmentationResultID )
[DispId(12)] int GetCharacterCount( String^ SegmentationResultID )
Parameters
- SegmentationResultID